Method: Rugged::Repository::Attributes#[]

Defined in:
lib/rugged/attributes.rb

#[](attribute) ⇒ Object

[View source]

33
34
35
# File 'lib/rugged/attributes.rb', line 33

def [](attribute)
  @repository.fetch_attributes(@path, attribute, @load_flags)
end